Merge pull request #326271 from 999eagle/fix/pyuv

python3Packages.pyuv: remove disabled, it builds fine on python 3.12
This commit is contained in:
Martin Weinelt
2024-07-11 12:32:52 +02:00
committed by GitHub
@@ -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";