Search Criteria
Package Details: python2-pyopenssl 21.0.0-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-pyopenssl.git (read-only, click to copy) |
---|---|
Package Base: | python2-pyopenssl |
Description: | Wrapper module for OpenSSL (legacy Python 2 version) |
Upstream URL: | https://pypi.org/project/pyopenssl/21.0.0/ |
Licenses: | Apache |
Submitter: | MarsSeed |
Maintainer: | tallero |
Last Packager: | MarsSeed |
Votes: | 3 |
Popularity: | 0.043080 |
First Submitted: | 2022-06-13 21:43 (UTC) |
Last Updated: | 2022-07-07 01:18 (UTC) |
Dependencies (6)
- python2-cryptographyAUR
- python2-setuptoolsAUR (make)
- python2-cryptographyAUR (check)
- python2-flakyAUR (check)
- python2-pretendAUR (check)
- python2-pytest-runnerAUR (check)
Required by (6)
- python2-pip
- python2-pip (make)
- python2-trustme (check)
- python2-twisted (optional)
- python2-urllib3 (check)
- python2-urllib3 (optional)
Latest Comments
LaughingMan commented on 2023-04-28 15:27 (UTC)
@Genstar @ynikitenko Those errors were caused by python2-cryptography being broken. Update that and this package should hopefully pass its tests.
ynikitenko commented on 2023-04-07 13:54 (UTC) (edited on 2023-04-07 13:58 (UTC) by ynikitenko)
Problem with
check()
(installing this as a dependency ofpython2-pip
).Genstar commented on 2022-11-13 03:48 (UTC) (edited on 2022-11-13 03:49 (UTC) by Genstar)
Problem at
check()
with the openssl library:tpaniaki commented on 2022-06-16 09:28 (UTC)
It worked. Thank you.
MarsSeed commented on 2022-06-16 00:55 (UTC) (edited on 2022-06-16 00:56 (UTC) by MarsSeed)
@jfk I've pushed an update for the encoding used in tests; please kindly check if it resolves the issue.
Though first you might have to install python2-scandir by skipping the tests for that.
Because currently that has the same problem as was reported here, and to test this package, that one is needed via
checkdepends
.To install python2-scandir without testing it, you can run the following:
After that, please try to install this package with the regular
yay
command and report back to me if the problem still persists or not.tpaniaki commented on 2022-06-15 13:15 (UTC)
Some building issues reported here: