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:
Martin Weinelt 2020-12-10 21:44:52 +01:00
parent 4eb94d0ca1
commit c76f365c0d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,6 +15,7 @@ buildPythonPackage rec {
postPatch = ''
sed -i 's/"acme.*"/"acme"/' setup.py
sed -i 's/"attrs.*"/"attrs"/' setup.py
sed -i 's/"cryptography.*"/"cryptography"/' setup.py
'';