project.conf, topdir.mk, projects.py: Replace pkg.required.xxx by pkg.requires.xxx

This opens up a more concise handling of pkg.conflicts.xxx in the future, and
prepares some code simplification in projects.py.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-06-26 09:33:53 +00:00
commit b35a50944c
3 changed files with 25 additions and 25 deletions

View file

@ -14,13 +14,13 @@ jw-maintainer = jan
[build]
libname = none
[pkg.required.os]
[pkg.requires.os]
build = cvs, make, inkscape
[pkg.required.suse]
[pkg.requires.suse]
release = rpmbuild
[pkg.required.debian]
[pkg.requires.debian]
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot
[pkg.run.post]