Skip to content
Snippets Groups Projects
Verified Commit 500a5518 authored by Patrycja Rosa's avatar Patrycja Rosa :cat:
Browse files

community/py3-bioframe: add missing dep on py3-setuptools

top-level pkg_resources import:
    Traceback (most recent call last):
      File "/usr/lib/python3.11/site-packages/bioframe/io/assembly.py", line 4, in <module>
        import pkg_resources
    ModuleNotFoundError: No module named 'pkg_resources'
parent 4c2c1d61
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,12 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-bioframe
pkgver=0.5.0
pkgrel=0
pkgrel=1
pkgdesc="Pandas utilities for tab-delimited and other genomic data files"
url="https://github.com/open2c/bioframe"
arch="noarch !armhf !armv7 !x86" #assertion errors
license="MIT"
depends="python3 py3-matplotlib py3-numpy py3-pandas py3-yaml py3-requests py3-typing-extensions"
depends="py3-matplotlib py3-numpy py3-pandas py3-yaml py3-requests py3-typing-extensions py3-setuptools"
checkdepends="py3-pytest-xdist"
makedepends="py3-gpep517 py3-hatchling py3-setuptools py3-wheel"
subpackages="$pkgname-pyc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment