mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
pythonPackages.WSME: Disable on python 3.9
This commit is contained in:
parent
b76763dd8b
commit
15ec468e9e
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonAtLeast
|
||||
, pbr
|
||||
, six
|
||||
, simplegeneric
|
||||
@ -23,6 +24,8 @@ buildPythonPackage rec {
|
||||
pname = "WSME";
|
||||
version = "0.10.0";
|
||||
|
||||
disabled = pythonAtLeast "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "965b9ce48161e5c50d84aedcf50dca698f05bf07e9d489201bccaec3141cd304";
|
||||
|
Loading…
Reference in New Issue
Block a user