mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[25.11] python313Packages.vxi11: disable for python ≥3.13 (#465971)
This commit is contained in:
commit
ed7e12ae96
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
pythonAtLeast,
|
||||
fetchFromGitHub,
|
||||
pytestCheckHook,
|
||||
fetchpatch2,
|
||||
|
|
@ -11,6 +12,9 @@ buildPythonPackage rec {
|
|||
version = "0.9";
|
||||
format = "setuptools";
|
||||
|
||||
# vxi11 relies on xdrlib, which was removed in Python 3.13
|
||||
disabled = pythonAtLeast "3.13";
|
||||
|
||||
# no tests in PyPI tarball
|
||||
src = fetchFromGitHub {
|
||||
owner = "python-ivi";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue