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";
|
version = "5.15";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "Pyro5";
|
pname = "Pyro5";
|
||||||
|
|
Loading…
Reference in a new issue