I was able to build dependencies and fix this with those control files:

####
Source: pykrb5
Section: python
Priority: optional
Maintainer: Local Admin <admin@localhost>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 libpython3-all-dev,
 python3-pytest,
 krb5-kdc,
 krb5-admin-server,
 cython3,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/jborean93/pykrb5
Vcs-Browser: https://github.com/jborean93/pykrb5
Vcs-Git: https://github.com/jborean93/pykrb5.git

Package: python3-pykrb5
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Python functions that wraps the Kerberos 5 C API.
 This package installs the library for Python 3.

####
Source: k5test
Section: python
Priority: optional
Maintainer: Local Admin <admin@localhost>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.2
Homepage: https://github.com/pythongssapi/k5test
Vcs-Browser: https://github.com/pythongssapi/k5test
Vcs-Git: https://github.com/pythongssapi/k5test.git

Package: python3-k5test
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: KRB5 python test suite

Reply via email to