python3Packages.pyuv: remove disabled, it builds fine on python 3.12
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
pythonAtLeast,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
libuv,
|
||||
@@ -11,7 +10,6 @@ buildPythonPackage rec {
|
||||
pname = "pyuv";
|
||||
version = "1.4.0";
|
||||
format = "setuptools";
|
||||
disabled = pythonAtLeast "3.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "saghul";
|
||||
|
||||
Reference in New Issue
Block a user