Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yubikey-manager: add semi-missing python3-setuptools dep
@ 2020-01-08 10:17 voidlinux-github
  2020-01-08 14:44 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2020-01-08 10:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

There is a new pull request by klardotsh against master on the void-packages repository

https://github.com/klardotsh/void-packages klardotsh/ykman-dependency
https://github.com/void-linux/void-packages/pull/18104

yubikey-manager: add semi-missing python3-setuptools dep
The ultimately-installed `/usr/bin/ykman` has `from pkg_resources import
load_entry_point` towards the top, which is an import from `setuptools`.
On systems that don't already have that installed, `ykman` throws an
`ImportError` on launch.

A patch file from https://github.com/void-linux/void-packages/pull/18104.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-klardotsh/ykman-dependency-18104.patch --]
[-- Type: text/x-diff, Size: 1302 bytes --]

From a62a0a4ac791c6f15ecb8d7709dd07975ac5fef1 Mon Sep 17 00:00:00 2001
From: Josh Klar <josh@klar.sh>
Date: Wed, 8 Jan 2020 02:15:19 -0800
Subject: [PATCH] yubikey-manager: add semi-missing python3-setuptools dep

The ultimately-installed `/usr/bin/ykman` has `from pkg_resources import
load_entry_point` towards the top, which is an import from `setuptools`.
On systems that don't already have that installed, `ykman` throws an
`ImportError` on launch.
---
 srcpkgs/yubikey-manager/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index fcc7b7cb737..1070e13fec0 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,12 +1,12 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.0
-revision=2
+revision=3
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-scard
-python3-click python3-cryptography python3-six pcsc-ccid"
+python3-click python3-cryptography python3-six pcsc-ccid python3-setuptools"
 short_desc="Library and CLI tools to configure YubiKey"
 maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
 license="BSD-2-Clause"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: yubikey-manager: add semi-missing python3-setuptools dep
  2020-01-08 10:17 [PR PATCH] yubikey-manager: add semi-missing python3-setuptools dep voidlinux-github
@ 2020-01-08 14:44 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2020-01-08 14:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 432 bytes --]

There's a merged pull request on the void-packages repository

yubikey-manager: add semi-missing python3-setuptools dep
https://github.com/void-linux/void-packages/pull/18104

Description:
The ultimately-installed `/usr/bin/ykman` has `from pkg_resources import
load_entry_point` towards the top, which is an import from `setuptools`.
On systems that don't already have that installed, `ykman` throws an
`ImportError` on launch.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-08 14:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-08 10:17 [PR PATCH] yubikey-manager: add semi-missing python3-setuptools dep voidlinux-github
2020-01-08 14:44 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).