pypsrp: fix repoman issues

This commit is contained in:
Guido Kroon 2020-06-18 23:47:08 +02:00
parent 6881159259
commit c4a1a34643
No known key found for this signature in database
GPG key ID: 394C398C531EFAB0
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="credssp">Add CredSSP support</flag>
</use>
</pkgmetadata>

View file

@ -21,6 +21,6 @@ RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
>=dev-python/ntlm-auth-1.2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.9.1[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
credssp? ( dev-python/requests-credssp[${PYTHON_USEDEP}] )
credssp? ( dev-python/requests-credssp[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}"