pythondistdeps.py: Always output extras names in lowercase
This commit is contained in:
parent
b44c808358
commit
3a4efade98
4 changed files with 15 additions and 7 deletions
|
|
@ -1193,13 +1193,15 @@
|
|||
python3.9dist(coverage)
|
||||
python3.9dist(nose)
|
||||
python3.9dist(zope-testing)
|
||||
--requires:
|
||||
--provides:
|
||||
--requires --normalized-names-format pep503 --require-extras-subpackages:
|
||||
--provides --normalized-names-format pep503:
|
||||
pyreq2rpm.tests-2020.04.07.024dab0-py3.9.egg-info:
|
||||
provides: python3.9dist(pyreq2rpm.tests) = 2020.04.07.024dab0
|
||||
provides: python3.9dist(pyreq2rpm-tests) = 2020.04.07.024dab0
|
||||
requires: |-
|
||||
python(abi) = 3.9
|
||||
((python3.9dist(babel) < 2 or python3.9dist(babel) > 2) with python3.9dist(babel) >= 1.3)
|
||||
python3.9dist(dnspython)
|
||||
python3.9dist(dnspython[dnssec])
|
||||
python3.9dist(fedora-python-nb2plots) = 0
|
||||
(python3.9dist(foobar0) >= 2.4.8 with python3.9dist(foobar0) < 2.5)
|
||||
(python3.9dist(foobar1) >= 2.4.8 with python3.9dist(foobar1) < 2.4.9)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue