python-suseapi: 'requests' isn't needed at build-time, but it's needed at run-time
This commit is contained in:
parent
f0de1dc89d
commit
31759274f1
|
@ -31987,7 +31987,7 @@ EOF
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
django suds-jurko ldap mechanize beautifulsoup4 pyxdg dateutil
|
django suds-jurko ldap mechanize beautifulsoup4 pyxdg dateutil requests
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue