python3Packaegs.hass-nabucasa: relax attrs dependency
ERROR: Could not find a version that satisfies the requirement attrs<20.3,>=19.3 (from hass-nabucasa)
This commit is contained in:
parent
4eb94d0ca1
commit
c76f365c0d
@ -15,6 +15,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -i 's/"acme.*"/"acme"/' setup.py
|
sed -i 's/"acme.*"/"acme"/' setup.py
|
||||||
|
sed -i 's/"attrs.*"/"attrs"/' setup.py
|
||||||
sed -i 's/"cryptography.*"/"cryptography"/' setup.py
|
sed -i 's/"cryptography.*"/"cryptography"/' setup.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user