Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
1.2k
Issue boards
Milestones
Code
Merge requests
642
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!76754
community/py3-pyzabbix: depend on py-packaging
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/py3-pyzabbix: depend on py-packaging
kdaudt/aports:fix/pyzabbix-dep
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Kevin Daudt
requested to merge
kdaudt/aports:fix/pyzabbix-dep
into
master
1 week ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
There is a runtime dependency on
packaging.version
.
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2d61c163
1 commit,
1 week ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
community/py3-pyzabbix/APKBUILD
+
2
−
2
Options
@@ -2,12 +2,12 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname
=
py3-pyzabbix
pkgver
=
1.3.1
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Library to interact with the Zabbix API"
url
=
"https://github.com/lukecyca/pyzabbix"
arch
=
"noarch"
license
=
"LGPL-2.1-or-later"
depends
=
"python3 py3-requests py3-semantic-version"
depends
=
"python3
py3-packaging
py3-requests py3-semantic-version"
makedepends
=
"python3-dev py3-gpep517 py3-setuptools py3-wheel"
checkdepends
=
"py3-pytest py3-httpretty py3-requests-mock"
subpackages
=
"
$pkgname
-pyc"
Loading