diff options
Diffstat (limited to 'pkgtools/url2pkg/files/python/setuptools/__init__.py')
-rw-r--r-- | pkgtools/url2pkg/files/python/setuptools/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgtools/url2pkg/files/python/setuptools/__init__.py b/pkgtools/url2pkg/files/python/setuptools/__init__.py index f4b713bffc8..ef7132cbad8 100644 --- a/pkgtools/url2pkg/files/python/setuptools/__init__.py +++ b/pkgtools/url2pkg/files/python/setuptools/__init__.py @@ -1,4 +1,4 @@ -# $NetBSD: __init__.py,v 1.1 2022/07/16 08:59:39 rillig Exp $ +# $NetBSD: __init__.py,v 1.2 2022/08/25 19:51:59 rillig Exp $ # # This is a drop-in replacement for the setuptools Python module. Instead # of actually searching for the dependencies, it extracts the dependency @@ -26,6 +26,10 @@ def find_packages(where='.', exclude=(), include=('*',)): return [] +# used by pkgsrc package www/py-pook 1.0.2 +class Command: + pass + # used by pkgsrc package devel/py-pysha3 1.0.2 # used by pkgsrc package wip/py-torch 1.12.0 class Extension: |