python311Packages.pyro5: update disabled
This commit is contained in:
parent
a3496cb6d1
commit
9f457bb620
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||
version = "5.15";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Pyro5";
|
||||
|
|
Loading…
Reference in a new issue