diff options
author | 2008-02-15 14:13:39 +0000 | |
---|---|---|
committer | 2008-02-15 14:13:39 +0000 | |
commit | 169e91b611f2a12b89467e03abb4c76ddbe3fe7e (patch) | |
tree | 2663836792a36cb4b8c05305b3edbdb247edd07b /python/Makefile.am | |
parent | 7e125b4740d8bb50aa06b97d1dc070dfbce8bb3a (diff) | |
download | paludis-169e91b611f2a12b89467e03abb4c76ddbe3fe7e.tar.gz paludis-169e91b611f2a12b89467e03abb4c76ddbe3fe7e.tar.xz |
Replace PackageDepSpec::use_requirements with a more general PackageDepSpec::additional_requirements.
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index b2dbd9a..61129bf 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -27,7 +27,6 @@ IF_PYTHON_TESTS = \ version_operator_TEST.py \ version_requirements_TEST.py \ contents_TEST.py \ - use_requirements_TEST.py \ dep_spec_TEST.py \ dep_tag_TEST.py \ dep_label_TEST.py \ @@ -73,7 +72,6 @@ IF_PYTHON_SOURCES = \ package_id.cc \ query.cc \ repository.cc \ - use_requirements.cc \ version_operator.cc \ version_requirements.cc \ version_spec.cc |