All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud, warrior, zeus][meta-python] Conundrum: python-pycrypto and python-pycryptodome
@ 2019-12-05  5:00 Tim Orling
  2019-12-05 12:39 ` Adrian Bunk
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Orling @ 2019-12-05  5:00 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

python-pycrypto [1] is rather old and un-maintained [2].
python-pycryptodome [3] is more modern and is basically a drop in
replacement. However, the two cannot be installed at the same time.
Instead, one would install python-pycryptodomex which does not conflict
with the paths of python-pycrypto [4].

In an effort to enable packagegroup-meta-python [5] and meta-python-image
[6], one runs into the existing python-pycrypto and python-pycryptodome
recipes attempting to install the same files to the same locations (no
surprise, they are providing the same libraries).

For the stable branches, should we rename python-pycryptodome to
python-cryptodomex and PROVIDES python-pycryptodome?

[1]
https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python-pycrypto_2.6.1.bb?h=zeus
[2] https://github.com/dlitz/pycrypto/issues/285
[3]
https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python-pycryptodome_3.4.11.bb?h=zeus
[4]
https://stackoverflow.com/questions/48155294/what-is-pycryptodomex-and-how-does-it-differ-from-pycryptodome
[5]
https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb?h=zeus#n21
[6]
https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-core/images/meta-python-image.bb?h=zeus


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

end of thread, other threads:[~2019-12-05 18:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-05  5:00 [thud, warrior, zeus][meta-python] Conundrum: python-pycrypto and python-pycryptodome Tim Orling
2019-12-05 12:39 ` Adrian Bunk
2019-12-05 14:33   ` Tim Orling
2019-12-05 14:58     ` Adrian Bunk
2019-12-05 18:11       ` Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.